#start adb over network
##############on device#############
#!/system/bin/sh
setprop service.adb.tcp.port 5555
stop adbd
start adbd

#############on computer###############
adb tcpip 5555
adb connect <device IP>:5555
adb shell